Don't use shell redirection to capture gperf output.
authorrobertlipe <robertlipe@gmail.com>
Sun, 18 Nov 2012 01:33:22 +0000 (01:33 +0000)
committerrobertlipe <robertlipe@gmail.com>
Sun, 18 Nov 2012 01:33:22 +0000 (01:33 +0000)
gpsbabel/Makefile.in

index e054ae9e0d041e3d0b34b4c0ff907dc03f47df49..e35c858f4dd443394feb823af96270e94fd2d714 100644 (file)
@@ -123,7 +123,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in \
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 
 
 xcsv_tokens.gperf: xcsv_tokens.in
-       gperf -L ANSI-C -D -t $? > $@
+       gperf --output-file=$@ -L ANSI-C -D -t $? 
 
 config.status: configure 
        $(SHELL) config.status --recheck